-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ 학생회 회의록 페이지 구현 #320
✨ 학생회 회의록 페이지 구현 #320
Conversation
components/common/Attachments.tsx
Outdated
@@ -2,11 +2,21 @@ import { Attachment } from '@/apis/types/attachment'; | |||
import Clip from '@/public/image/clip.svg'; | |||
|
|||
// TODO: 여러 맥락에서 사용되므로 마진 prop으로 건네주기 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
마진 prop 추가했으니까 주석 빼도 되겠다
// TODO: 여러 맥락에서 사용되므로 마진 prop으로 건네주기 |
근데 이 컴포넌트 이번에 작업한 부분에서 썼어?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아 CouncilAttachment 만들어지기 전에 작업하던 거 그대로 남은듯,,, councilattachment로 대체해서 이번에 쓰인 곳은 없어!
그래도 마진이랑 패딩 프롭은 남겨둘게!
utils/formData.ts
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://wafflestudio.slack.com/archives/C056KQCJHT7/p1740449579111529 여기서 키 값 통일해달라고 요청했는데 잘 통일됐으면 여기 수정사항 없어도 될 듯! 맞다면 롤백하고 머지 ㄱㄱ
작업 요약
상세 내용
테스트 방법
참고 문서